From 6f4e9be827564fc490ecb37c98910a0bee845730 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Jun 2010 15:39:42 +0100 Subject: [PATCH] If xenfs is compiled as a module, now cannot complete 'service xencommons start', mount xenfs directly can fix it, it can trigger modprobe xenfs. Signed-off-by: Yu Zhiguo --- tools/hotplug/Linux/init.d/xencommons | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index d8680fba02..873e42c7f4 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -27,7 +27,6 @@ shopt -s extglob if test "x$1" = xstart && \ test -d /proc/xen && \ ! test -d /proc/xen/capabilities && \ - grep ' xenfs$' /proc/filesystems >/dev/null && \ ! grep '^xenfs ' /proc/mounts >/dev/null; then mount -t xenfs xenfs /proc/xen -- 2.30.2